home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m11h17.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  324 b   |  19 lines

  1. on exitFrame
  2.   global gPause
  3.   puppetSprite(8, 1)
  4.   if gPause then
  5.     set the castNum of sprite 8 to cast "b023"
  6.     updateStage()
  7.   else
  8.     set the castNum of sprite 8 to cast "b021"
  9.     updateStage()
  10.   end if
  11.   mainMenuRollovers()
  12.   updateStage()
  13.   if gPause then
  14.     go(the frame)
  15.   else
  16.     goNextSlide()
  17.   end if
  18. end
  19.